	// Main boss path that calls the other boss paths as subroutines


setAngle 270
setSpeed 0.7
moveTo 0 -20 3 20

doRoutine doBossInsectAttack

//moveTo 50 -40 0.7 20


wait 30

doRoutine doBossStrafe


setSpeed 0.7
moveTo 0 -20 5 20

doRoutine spewCurvyInsects
wait 60


doRoutine doBossInsectAttack

	// Prepare for zigZagAttack
//setAngle 180
//moveTo -57 -35 3 20

//doRoutine doBossZigZagAttack


repeat 1

